ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / Min Property

In This Topic
    Min Property (ChartAxis<T>)
    In This Topic
    Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.
    Syntax
    'Declaration
     
    Public Property Min As Object
    public object Min {get; set;}
    Remarks
    The value can be a number or a DateTime object (for time-based data).
    See Also